DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class / BindFilterKey Method / BindFilterKey(Binding) Method
The System.Windows.Data.Binding object used to bind the FilterKey. Use null to unbind the previously bound FilterKey.

In This Topic
    BindFilterKey(Binding) Method
    In This Topic
    Binds the FilterKey property using the specified System.Windows.Data.Binding object.
    Syntax
    'Declaration
     
    Public Overloads Function BindFilterKey( _
       ByVal binding As Binding _
    ) As FilteredView(Of T)
    public FilteredView<T> BindFilterKey( 
       Binding binding
    )

    Parameters

    binding
    The System.Windows.Data.Binding object used to bind the FilterKey. Use null to unbind the previously bound FilterKey.

    Return Value

    The same FilteredView<T> on which this method was called.
    See Also